diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-31 09:02:10 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-31 09:02:10 +0900 |
| commit | af2fc05cfd112a3be763e5e844b642cf1b2e97b9 (patch) | |
| tree | 90c123ed0d0bb831e6a43a85ee90273c53bfc01b /config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css | |
| parent | fbd86772fac1bbe685777d362caf50da08434bbb (diff) | |
yet another day of tweaking. Everyday you find a small bug or needs to be tweaked :)
Diffstat (limited to 'config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css')
| -rw-r--r-- | config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css b/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css index a70f4973..df80a321 100644 --- a/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css +++ b/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css @@ -197,6 +197,7 @@ tooltip { } +#taskbar button, #workspaces button { border-radius: 15px; border:0px; @@ -208,6 +209,7 @@ tooltip { opacity:0.8; } +#taskbar button.active, #workspaces button.active { color: #FFFFFF; background: @button-color; @@ -224,6 +226,7 @@ tooltip { opacity:1.0; } +#taskbar button:hover, #workspaces button:hover { color: #FFFFFF; background: @button-hover; @@ -270,21 +273,6 @@ tooltip { } } -#taskbar button.active { - background-color: rgb(47, 46, 46); - border-radius: 30px; - animation: gradient_f 20s ease-in infinite; - transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); -} - -#taskbar button:hover { - padding-left: 3px; - padding-right: 3px; - border-radius: 15px; - animation: gradient_f 20s ease-in infinite; - transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); -} - #battery.critical:not(.charging) { color: #f53c3c; animation-name: blink; |
